home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / magnum1.dxr / 00102.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  322 b   |  14 lines

  1. on exitFrame
  2.   global Osprite, cont
  3.   set Osprite to 6
  4.   set cont to 6
  5.   repeat while cont < 25
  6.     set the visible of sprite cont to 0
  7.     set cont to cont + 1
  8.   end repeat
  9.   set the visible of sprite 30 to 0
  10.   set the visible of sprite 31 to 0
  11.   set the visible of sprite 32 to 0
  12.   set the visible of sprite 33 to 0
  13. end
  14.